implement correctly. (completion_match_func): Allow surpressing popdowns.
authorJonathan Blandford <jrb@gnome.org>
Mon, 15 Mar 2004 14:10:45 +0000 (14:10 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Mon, 15 Mar 2004 14:10:45 +0000 (14:10 +0000)
commit486fc4fe4560b8cee334157790b9147e92d008ff
tree07655a219a8887d498da3411b4e3caa2331d236e
parent4d32d9024b384a926987b46516103d7b6b240fa2
implement correctly. (completion_match_func): Allow surpressing popdowns.

Mon Mar 15 08:48:48 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtkfilechooserentry.c (match_selected_callback): implement
        correctly.
        (completion_match_func): Allow surpressing popdowns.
        (maybe_append_seperator_to_path): New function to add a separator
        item to a display_name.  Bad hack.
        (check_completion_callback): Implement select-ahead as an idle.
        (add_completion_idle): new function to handle select-ahead
        (gtk_file_chooser_entry_do_insert_text): starf the select-ahead
        idle.
        (gtk_file_chooser_entry_focus): Override tab for completion.
        (gtk_file_chooser_entry_activate): commit select_ahead when
        activated.

        * gtk/gtkfilechooserdefault.c (location_popup_handler): grab the
        appropriate widget for the mode.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c
gtk/gtkfilechooserentry.c